@charset "utf-8";
/* CSS Document */

/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
	3.1 Header
		3.1.1 Logo
		3.1.2 Main Navigation
		3.1.3 Search
		3.1.4 Hamburger
	3.2 Hero Slider
	3.3 Next Section Scroll
4. Menu
5. Icon Boxes
6. Vertical Slider Section
7. Services
	7.1 Services Slider
8. Features
9. Call to action
10. Text Line
11. Newsletter
12. Footer


******************************/

/***********
1. Fonts
***********/

/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,700,900');*/

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
/*********************************
DIY bootstrap4/bootstrap.css
*********************************/
.breadcrumb {
	background: none!important;
	padding: 0!important;
}
body {
	font-family: '微软雅黑', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #333333;
}
div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
	list-style: none;
	margin-bottom: 0px;
}
p {
	font-family: '微软雅黑', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a {
	display: inline;
	position: relative;
	color: inherit;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a {
	color: #000000;
}
a:hover {
	color: #003296;
}
p a:active {
	position: relative;
	color: #FF6347;
}
p a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after {
	opacity: 0.2;
}
::selection {
	background: #2465cb;
	color: #ffffff;
}
h7 {
	font-size: 12px!important;
	line-height: 12px!important;
}
.txt_10 {
	font-size: 10px!important;
}
.txt_11 {
	font-size: 11px!important;
}
.txt_12 {
	font-size: 12px!important;
}

.form-control {
	color: #db5246;
}
section {
	display: block;
	position: relative;
	box-sizing: border-box;
}
.section_box {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
}
.section_box_w {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
}
.section_box_h {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #f6f6f6;
}
.clear {
	clear: both;
}
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.bez_1 {
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.box_mb_none {
	margin-bottom: 30px!important;
}
.none {
	display: none;
}
.bodybg_hui {
	background-color: #f6f6f6!important;
}
.box-shadow {
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1)
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_25 {
	margin-bottom: 25px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_15 {
	margin-top: 15px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_25 {
	margin-top: 25px;
}
.mt_30 {
	margin-top: 30px;
}
.pl30px {
	padding-left: 30px;
}
.no_border_t {
	border-top: 0px!important;
}
.no_border_b {
	border-bottom: 0px!important;
}
.no_top {
	padding-top: 0px!important;
	margin-top: 0px!important;
}
.box_top {
	margin-top: -100px;
	z-index: 30;
}
.line_top {
	width: 100%;
	clear: both;
	border-top: 1px solid #f5f5f5;
	padding-top: 30px;
	margin-top: 20px;
	float: left;
}
.line_bottom {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.image-line {
	border: 1px solid #f5f5f5;
}
.radius5px {
	border-radius: 5px;
}
.radius10px {
	border-radius: 10px;
}
.fill_height {
	height: 100%;
}
.super_container {
	width: 100%;
	overflow: hidden;
}
.button {
	display: inline-block;
	height: 40px;
	width: 140px;
	text-align: center;
}
.button a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	color: #003296;
	border: 2px solid #ffffff;
    box-sizing:border-box;
}
.button_w {
	display: inline-block;
	height: 40px;
	width: 140px;
	text-align: center;
}
.button_w a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	border: 2px solid #ffffff;
    box-sizing:border-box;
}
.button_w:hover {
	border: solid 2px #ffffff;
	background: #ffffff!important;
}
.button_w:hover a {
	color: #003296!important;
}
.button_diy_zqx a {
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #ff6a00;
	background: transparent;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #ff6a00;
}
.button_diy_zqx a:hover {
	background: #ff6a00;
	color: #FFFFFF;
}
.button_diy_xwsjjqr a {
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #00b496;
	background: transparent;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #00b496;
}
.button_diy_xwsjjqr a:hover {
	background: #00b496;
	color: #FFFFFF;
}
.button_diy_xwznqm a {
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #ffbb33;
	background: transparent;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffbb33;
}
.button_diy_xwznqm a:hover {
	background: #ffbb33;
	color: #FFFFFF;
}
.cta_button:hover {
	background: #ffffff;
}
.cta_button:hover a {
	color: #003296;
}
.button_2 {
	display: inline-block;
	height: 50px;
	width: 140px;
	text-align: center;
	border: solid 2px #003296;
	background: #003296;
}
.button_2 a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff;
}
.button_2:hover {
	border: solid 2px #003296;
	background: #ffffff!important;
}
.button_2:hover a {
	color: #003296!important;
}
.prlx_parent {
	overflow: hidden;
}
.prlx {
	height: 130% !important;
}
.color_main {
	color: #000000!important;
}
.color_baise {
	color: #ffffff!important;
}
.color_hui {
	color: #999!important;
}
.box_auto_imgs img {
	width: 100%;
}
.border_radius_6 {
	border-radius:6px;
}
.bg_baise {
	background-color: #ffffff!important;
}
/*********************************
3. Home
*********************************/

.home {
	width: 100%;
	height: auto;
}
#secondary .home {
	height: 200px!important;
}
.h-100vh {
	height: 100vh!important;
}
.home_background_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	border-bottom: rgba(0, 0, 0, 0.05) solid 1px;*/
}
.home_pic_container {
	position: relative;
	width: 100%;
	height: 100vh;
}
.home_pic_box {
	position: absolute;
	bottom: 200px;
	left: 0;
}
.home_background {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -100;
}
.overlay_index_banner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	z-index: -40;
}
.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,50,150,0.1);
	z-index: 0;
}
.overlay_w {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(288,288,288,0.95);
}
.overlay_red {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,85,0,0.8);
}
video.overlay_play {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -50;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}
.overlay_play {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
	background-color: #0a1433;
}
.particles-js-box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100vh;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
}
/*********************************
3.1 Header
*********************************/

.header .header-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.header.scrolled .header-top {
	height: 40px;
	background: rgba(0, 59, 179, 1);
}
.header .header-top, .header .header-top a {
	font-size: 12px!important;
	color: #cccccc;
}
.header {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.05);
	border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
	z-index: 10;
}
.header.scrolled {
	height: 60px;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)
}
.header.scrolled .logo {
	display: none;
}
.header.scrolled .logo_w {
	display: block;
}
.header.scrolled .logo_w img {
	height: 30px!important;
}
.header.scrolled .search_button {
	color: #ffffff;
}
/*********************************
3.1.1 Logo
*********************************/

.logo {
	padding-left: 50px;
	flex-basis: 50%;
}
.logo_w {
	padding-left: 50px;
	flex-basis: 50%;
}
.logo_w {
	display: none;
}
/*********************************
3.1.2 Main Navigation
*********************************/

.main_nav {
	flex-basis: 200%;
}
.main_nav ul {
	display: inline-block;
	margin-right: 50px;
}
.main_nav ul li {
	display: inline-block;
	margin-right: 40px;
}
.main_nav ul li:last-child {
	margin-right: 0px;
}
.main_nav ul li a.main_nav_a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #ffffff;
}
.main_nav ul li a:hover {
	color: #cccccc;
}
.scrolled .main_nav ul li a:hover {
	color: #003296!important;
}
.scrolled .main_nav ul li a.main_nav_a {
	color: #000000!important;
}
.scrolled .main_nav ul li a.main_nav_a:hover {
	color: #003296!important;
}
.main_nav ul li.active a {
	font-weight: 700;
	color: #ffffff;
}
/*********************************
3.1.3 Search
*********************************/

.menu_home {
	position: absolute;
	bottom: 150px;
	right: 30px;
	cursor: pointer;
}

.search {
	display: inline-block;
	margin-right: 50px;
	width: 120px;
	height: 100%;
}
.search_content {
	width: 100%;
	height: 100%;
}

.search_button {
	width: 120px;
	height: 40px;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	background: #0064c8;
	border-radius: 20px;
}

.search a:hover  .search_button {
	color: #ffffff;
	background: #003296;
}

.search_form {
	position: absolute;
	right: 0;
	top: 90px;
	width: 200px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}
.search_form.active {
	top: 50px;
	visibility: visible;
	opacity: 1;
}
.search_input {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #000000;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}
/*********************************
3.1.4 Hamburger
*********************************/

.hamburger_container {
	display: none;
	cursor: pointer;
	margin-right: 30px;
	flex-basis: 30px;
	text-align: right;
}
.hamburger_container i {
	font-size: 24px;
	padding: 10px;
	color: #ffffff;
}
.scrolled .hamburger_container i {
	color: #003296;
}
.hamburger_container:hover i {
	color: #ffffff;
}
/*********************************
3.2 Hero Slider
*********************************/

.hero_slider_container {
	width: 100%;
	height: 100%;
	z-index: 9;
}
.hero_slider {
	width: 100%;
	height: 100%;
}
.hero_slider_item {
	height: 100%;
}
.item_1 span {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	color: #ffffff;
}
.item_1 span:first-child {
	font-size: 24px;
	margin-bottom: 10px;
}

.item_1 span:nth-child(2) {
	font-size: 100px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px;
	margin-right: 0;
	text-align: center;
	color: #ffffff;
}
.item_1 span:nth-child(3) {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
}
.hero_slider_nav {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.hero_slider_nav_left {
	left: 50px;
}
.hero_slider_nav_right {
	right: 50px;
}
.hero_slider_nav div {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}
.hero_slider_nav div::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #003296;
	border-radius: 50%;
	transform: scale(0);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hero_slider_nav div i {
	font-size: 18px;
	color: #666666;
}
.hero_slider_nav div:hover::before {
	opacity: 1;
	transform: scale(1);
}
.hero_slider_nav div:hover i {
	color: #ffffff;
}
.hero_side_text_container {
	position: absolute;
	top: 0;
	right: 30px;
	width: 200px;
	height: 800px;
	/*background: #003296;*/
	background: linear-gradient(#003296, #0064c8); /* 标准的语法 */
	z-index: 9;
	transform-origin: top right;
}
.navs_ico p {
	color: #ffffff!important;
}
.navs_ico a:hover p {
	color: #ededed!important;
}
.hero_side_text {
	width: 200px;
	padding: 0 20px;
	padding-top: 170px;
	float: left;
}
.hero_side_text h2 {
	display: block;
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
}
.hero_side_text p {
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	color: #999999;
}
.double_arrow_container {
	width: 100%;
	float: left;
}
.double_arrow {
	padding: 5px;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	cursor: pointer;
}
.double_arrow i {
	color: #ffffff;
}
.double_arrow i:first-child {
	margin-right: -3px;
}
.double_arrow:hover i {
	color: #003296;
}
/*********************************
3.2 Home Title
*********************************/

.home_title {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF!important;
}
.home_title li {
	color: #ffffff!important;
}
.home_title li a {
	color: #ffffff!important;
}
.breadcrumb_title {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
/*********************************
3.3 Next Section Scroll
*********************************/
#secondary .next_section_scroll {
	z-index: 10!important;
	display: block!important;
	bottom: -30px!important;
}
.next_section_scroll {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 120px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 9;
	padding: 10px;
}
.next_section i {
	display: block;
	color: #cccccc;
	margin-bottom: 0px;
}
/*********************************
4. Menu
*********************************/

.menu_container {
	position: fixed;
	top: 0;
	right: -70%;
	width: 70%;
	height: 100vh;
	background: #FFFFFF;
	z-index: 11;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu_container.active {
	right: 0;
	opacity: 1;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
}
.menu {
	width: 100%;
	height: 100%;
}
.menu_close {
	position: absolute;
	top: 50px;
	right: 30px;
	cursor: pointer;
}
.menu_close i {
	font-size: 28px;
	color: #003296;
}
.menu_close:hover i {
	color: #003296;
}
.menu ul {
	padding-top: 115px;
	padding-right: 50px;
}
.menu ul li {
	position: relative;
	margin-bottom: 10px;
}
.menu ul li::after {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #003296;
	content: '';
}
.menu ul li.active a {
	font-weight: 700;
}
.menu ul li a {
	padding-right: 10px;
	font-size: 16px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu ul li a:hover {
	color: #003296;
}
/*********************************
5. Icon Boxes
*********************************/

.icon_boxes {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 60px;
	background: #fff;
}
.caese_boxes {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f7faff;
}
.team_boxes {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background: #ffffff;
}
.icon_boxes_go {
	z-index: 9;
	margin-top: -120px;
}
.icon_boxes_go_box {
	width: 100%;
	float: left;
	background: #0064c8;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0px 3px 30px rgba(0, 50, 150, 0.3)
}

.box_zhuce {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 0px 0px 50px rgba(0, 50, 150, 0.1);
	overflow: hidden;
}
 
.caese_boxes .box_shadow {
	box-shadow: 0px 5px 30px rgba(0, 50, 150, 0.05)
}

.icon_box_title {
	padding-right: 0px;
}

.icon_box_title h3 {
	color: #FFFFFF;
}
.icon_box_title p {
	color: #FFFFFF;
}
.icon_box_title h1 {
	line-height: 1.25;
}
.icon_box_button {
	margin-top: 40px;
}
.icon_box_button:hover {
	background: #003296;
}
.icon_box_button:hover a {
	color: #FFFFFF;
}
.icon_box_col {
	padding-top: 10px;
}
.icon_box_item {
	margin-bottom: 63px;
}
.icon_box_item:last-child {
	margin-bottom: 0px;
}
.icon_box_item h2 {
	margin-bottom: 21px;
}
.icon_box_item p {
	margin-bottom: 0px;
}
/*********************************
6. Vertical Slider Section
*********************************/

.v_slider_section {
	height: 625px;
	padding-bottom: 65px;
	background-color: rgba(0, 0, 0, 0.05);
	background-image: url(../images/bg_cool_01.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.v_slider_section_image {
}
.v_slider_image {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
}
.v_slider_content {
	margin-top: 20px;
}
.v_slider_container {
}
.v_slider {
}
.v_slider_item {
	border: none !important;
}
.v_slider_item:focus {
	outline: none !important;
	border: none !important;
}
.v_slider_item h1 {
	line-height: 52px;
}
.v_slider_item h1:last-of-type {
	margin-bottom: 40px;
}
.v_slider_item ul li img {
	width: 140px;
	height: 70px;
}
.v_slider_item_2 img {
	height: 126px!important;
}
.person {
	margin-top: 40px;
	margin-bottom: 40px;
}
.person_image {
	width: 44px;
	height: 44px;
}
.person_image img {
	width: 100%;
}
.person_meta {
	padding-left: 28px;
}
.person_name {
	font-size: 15px;
	color: #28262d;
	margin-top: -5px;
	margin-bottom: -6px;
}
.person_title {
	font-size: 13px;
	color: #909090;
}
.v_slider .slick-dots {
	position: absolute;
	top: 50%;
	right: -50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.v_slider .slick-dots {
	width: 18px;
}
.v_slider .slick-dots li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 35px;
}
.v_slider .slick-dots li.slick-active {
}
.v_slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	background: #dddddd;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.v_slider .slick-dots li button:focus, .v_slider .slick-dots li button:active {
	outline: none !important;
	border: none !important;
}
.v_slider .slick-dots li.slick-active button {
	width: 18px;
	height: 18px;
	background: #003296;
}
/*********************************
7. Services
*********************************/

.services {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 100px;
	background: #ffffff;
}
.services_jbbg {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: rgba(0, 0, 0, 0.05);
	background-image: url(../images/bg_cool_01.png);
	background-position: center top;
	background-repeat: repeat-x;
}
.section_title h1 {
	font-weight: 500;
}
.section_title span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
}
/*********************************
7.1 Services Slider
*********************************/

.h_slider_container {
	width: 100%;
}
.services_slider_container {
	margin-top: 50px;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.service_slider_outer {
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1920px;
	height: 600px;
}
.services_slider .owl-stage-outer {
	padding-top: 0px;
	padding-bottom: 60px;
}
.services_slider .owl-stage {
	right: 50px;
}
.services_slider .owl-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.services_slider .owl-item.center {
	margin-left: 48px !important;
	margin-right: 115px !important;
}
.services_slider .owl-item.center .services_item_inner {
	background-color: #0064c8!important;
}
.services_slider .owl-item .services_item_inner {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.services_slider .owl-item .services_item .dis_bg {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	z-index: 0;
}
.services_slider .owl-item.center .services_item .dis_bg {
	display: block;
}
.services_slider .owl-item .dis_bg {
	display: none;
}
.services_item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: 100%;
}
.services_item_inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 450px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.services_slider .owl-item.active.center .services_item_inner {
	height: 650px;
}
.service_item_pic {
	max-width: 100%;
	height: 11rem;
	overflow: hidden;
	position: absolute;
	top:0px;
	left:0px;
}
.service_item_content {
	max-width: 100%;
	padding: 0 40px;
	top: 80px;
}
.services_slider .owl-item.center .service_item_content {
	top: 50px;
}
.services_item_inner h2 {
	font-weight: 400;
	margin-bottom: 22px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.services_item_inner p {
	line-height: 1.5;
	margin-bottom: 15px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_button {
	position: absolute;
	bottom: -60px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_button a {
	color: #FFFFFF;
}
.service_item_button:hover {
	background: #FFFFFF;
}
.service_item_button:hover a {
	color: #003296;
}
.services_slider .owl-item.center .services_item .services_item_inner h4 {
	color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner h6 {
	color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner p {
	color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_button {
	visibility: visible;
	opacity: 1;
}
.service_item_icon {
	position: relative;
	top: -20px;
	width: 100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_icon .icon {
	font-size: 40px;
	line-height: 1;
	color: #003296;
}
.services_slider .owl-item.active.center .services_item_inner .service_item_icon .icon {
	font-size: 50px;
	color: #ff9900;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_icon {
	top: -40px;
}
.services_slider .owl-dots {
	margin-top: 0px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.services_slider.owl-theme .owl-dots .owl-dot span {
	width: 11px !important;
	height: 11px !important;
	background: #dddddd;
}
.services_slider.owl-theme .owl-dots .owl-dot.active span {
	width: 18px !important;
	height: 18px !important;
	background: #003296;
}
.services_slider_nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc((100% - 80px) / 2);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}
.services_slider_nav_left {
	left: calc(50% - 255px);
}
.services_slider_nav_right {
	right: calc(50% - 255px);
}
.services_slider_nav i {
	font-size: 18px;
	color: #ccc;
}
.services_slider_nav:hover i {
	color: #003296;
}
/*********************************
8. Features
*********************************/

.features {
	padding-top: 120px;
	padding-bottom: 130px;
	background: #f8f8f8;
}
.features_row {
	margin-top: 35px;
}
.features_col {
	padding-top: 30px;
	padding-bottom: 30px;
}
.features_item {
	margin-bottom: 60px;
}
.features_image img {
	width: 100%;
}
.features_col > div:last-of-type {
	margin-bottom: 0px;
}
.features_button {
	margin-top: 20px;
}
.features_button:hover, .features_button_2:hover {
	background: #003296;
}
.features_button:hover a, .features_button_2:hover a {
	color: #FFFFFF;
}
.features_button_2 {
	display: none;
}
/*********************************
9. Call to action
*********************************/

.cta {
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
}
.cta_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-position: center center;
}
.cta_content {
	padding-top: 80px;
	padding-bottom: 80px;
}
.cta_content h1 {
	color: #000;
	margin-bottom: 20px;
}
.cta_content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #000;
	margin-bottom: 30px;
}
.cta_image {
	position: absolute;
	height: 100%;
}
.cta_image img {
	height: 100%;
}
.cta_image_right {
	top: 0;
	left: 0;
}
.cta_image_left {
	top: 0;
	right: 0;
}
/*********************************
10. Text Line
*********************************/

.text_line {
	width: 100%;
	background: rgba(0, 50, 150, 0.8);
}
.text_line_image {
	position: absolute;
	bottom: 40px;
	right: 0;
}
.text_line_image img {
	max-width: 150%;
	height: auto;
}
.text_line_content {
	padding-top: 70px;
	padding-bottom: 70px;
}
.text_line_content h1 {
	margin-bottom: 30px;
}
.text_line_content p {
	margin-bottom: 30px;
}
.text_line_button:hover {
	background: #003296;
}
.text_line_button:hover a {
	color: #FFFFFF;
}
/*********************************
11. Newsletter
*********************************/
.news-body img {
    max-width: 100%;
}

.newsletter {
	width: 100%;
	background: #1b0d37;
}
.newsletter_content {
	padding-top: 110px;
	padding-bottom: 141px;
}
.newsletter_title {
}
.newsletter_title h1 {
	color: #FFFFFF;
	margin-bottom: 13px;
}
.newsletter_title span {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.newsletter_form_container {
	text-align: left;
	margin-top: 77px;
}
.newsletter_email {
	height: 53px;
	background: #003296;
	border: none;
	padding-left: 30px;
	width: calc(100% - 174px - 26px);
	margin-right: 22px;
	color: #FFFFFF;
}
.newsletter_email:focus {
	outline: none;
	border: none;
}
.newsletter_submit_button {
	cursor: pointer;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
}
.newsletter_submit_button:hover {
	background: #003296;
}
.newsletter_submit_button:focus {
	outline: none;
	border: none;
}
/*********************************
12. Footer
*********************************/

.footer {
	padding-top: 60px;
	padding-bottom: 30px;
	background: rgba(40, 40, 40, 0.90);;
}
#secondary .footer {
	border-top: solid 1px #f3f3f3!important;
}
.footer_logo {
	padding-left: 0px;
	margin-bottom: 40px;
}
.footer_logo a {
	color: #003296;
	line-height: 1;
}
.footer_logo img {
	width: auto;
}
.footer_intro p {
	margin-bottom: 0px;
}
.footer_social {
	margin-top: 27px;
}
.footer_social ul {
	display: inline-block;
	margin-left: -5px;
}
.footer_social ul li {
	display: inline-block;
	margin-right: 22px;
}
.footer_social ul li a {
	padding: 5px;
}
.footer_social ul li a i {
	font-size: 12px;
	color: #bab6c3;
}
.footer_social ul li a:hover i {
	color: #1b0d37;
}
.footer_cr {
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	margin-top: 30px;
}
.footer_cr a{
	color: #666666;
}
.footer_cr a:hover{
	color: #ffffff;
}
.footer_cr img{
	height: 50px;
	margin-left: 20px;
	float: right;
}
.footer_cr_2 {
	display: none;
	font-size: 14px;
	font-weight: 500;
	color: #cccccc;
	margin-top: 0px;
	text-align: center;
}
.footer_col {
	margin-bottom: 27px;
}
.footer_col:last-child {
	margin-bottom: 40px;
}
.footer_col_title {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 9px;
}
.footer_col ul li {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
}
.footer_col ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_col ul li a:hover {
	color: #599bff;
}
.footer .breadcrumb a {
	font-size: 12px;
	color: #666666;
}
.footer .breadcrumb a:hover {
	color: #599bff;
}
/******  NEWS ITEM ******/
.news-item {
	margin-bottom: 30px;
}
.news-item .meta {
	padding-bottom: 15px;
	line-height: 1;
}
.news-item .meta .meta-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #666666;
	margin-right: 10px;
	letter-spacing: 0.1em;
}
.news-item .meta .meta-item .icon {
	font-size: 11px;
	margin-right: 7px;
	vertical-align: middle;
	color: #666666;
}
.news-item .image {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.news-item .image img {
	vertical-align: middle;
	width: 100%;
}
.news-item .image_logo img {
	border: 1px solid #f5f5f5;
}
.news-item .image:hover .image-content {
	opacity: 1;
	cursor: pointer;
}
.news-item .image .image-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 50, 150, 0.5);
	display: table-cell;
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
}
.news-item .image .read-more {
	position: absolute;
	font-size: 12px;
	bottom: 35px;
	left: 30px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}
.news-item .image .read-more:before {
	margin-bottom: 15px;
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.imgs-item .image .play-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	display: table-cell;
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.imgs-item .image:hover .play-content {
	background: rgba(0, 180, 60, 0.6);
	cursor: pointer;
}
.imgs-item .image .play-more {
	position: absolute;
	font-size: 60px;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -60px;
	display: block;
	color: #003296;
	text-transform: uppercase;
}
.news-item .user-avatar {
	position: relative;
	margin-bottom: 30px;
}
.news-item .user-avatar .avatar {
	float: right;
	margin-top: -40px;
	width: 70px;
	height: 70px;
	margin-right: 15px;
	border: 5px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.news-item .user-avatar .avatar img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.imgs-item .image {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.imgs-item .image img {
	vertical-align: middle;
	width: 100%;
}
.imgs-item .image .map-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	display: table-cell;
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.imgs-item .image:hover .map-content {
	background: rgba(41, 41, 204, 0.6);
	cursor: pointer;
}
.imgs-item .image .map-more {
	position: absolute;
	font-size: 60px;
	top: 50%;
	left: 50%;
	margin-left: -17px;
	margin-top: -60px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}
.contact-block {
	margin-bottom: 30px;
}
/*********************************
5. Portfolio
*********************************/

.portfolio {
	padding-top: 120px;
	padding-bottom: 120px;
}
.portfolio_categories {
}
.portfolio_category {
	display: inline-block;
	margin-right: 38px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #28262d;
}
.portfolio_items {
	margin-top: 90px;
}
/*********************************
8. Image Boxes
*********************************/

.image_boxes {
	padding-top: 130px;
	padding-bottom: 130px;
}
.card_tuce {
	background: #f6f6f6;
	border: none;
	margin-bottom: 30px;
}
.card_tuce:hover {
	background: #ffffff;
	box-shadow: 0px 26px 38px rgba(0,0,0,0.1);
	cursor: pointer;
}
.card_tuce-body {
	padding: 1.25rem;
	background-color: #f6f6f6;
}
.card_baise_body {
	padding: 1.25rem;
	background-color: #ffffff;
}
.card_tuce-title {
	line-height: 1.5;
	margin-bottom: 10px;
}
.card_tuce-link {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	color: #999999;
}
.card_tuce:hover .card_tuce-link {
	color: #003296;
}
.card_tuce:hover .card_tuce-title {
	color: #003296;
}
/*********************************
翻页
*********************************/
.navigation {
	text-align: center;
	font-size: 0;
	margin: 50px 0;
}
.navigation ul li {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.navigation ul li:hover a {
	border: 1px solid #ccc;
	background-color: #ffffff;
	color: #003296;
}
.navigation ul li a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	color: #303030;
	border: 1px solid #ededed;
	border-radius: 3px;
	font-size: 12px;
	word-spacing: 0px;
	background-color: #ffffff;
}
.navigation ul li span {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	color: #fff;
	border: 1px solid #ff3300;
	border-radius: 3px;
	font-size: 12px;
	word-spacing: 0px;
	background-color: #003296;
}
/*********************************
6.1 Sidebar Categories
*********************************/
.sidebar_section {
}
.categories_section {
	margin-top: 0px;
}
.sidebar_section_title {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.sidebar_categories {
	padding-left: 53px;
}
.sidebar_categories ul {
	margin-top: 31px;
}
.sidebar_categories ul li {
	position: relative;
}
.sidebar_categories ul li::before {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -23px;
	width: 7px;
	height: 7px;
	background: #dad9dc;
	content: '';
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_categories ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}
.sidebar_categories ul li.on a {
	color: #003296!important;
	font-weight: bold;
}
.sidebar_categories ul li:hover::before {
	background: #003296;
}
/*********************************
5. Blog
*********************************/

.blog {
	padding-top: 50px;
}
.blog_container {
	padding-bottom: 50px;
}
.blog_post_image {
	width: 100%;
	height: auto;
}
.blog_post_image img {
	width: 100%;
	height: auto;
}
.blog_post_date {
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	margin-bottom: 20px;
}
.blog_post_title {
	margin-bottom: 40px;
}
.blog_post_body img {
	max-width: 100%!important;
}
.blog_post_body p {
	margin-bottom: 28px;
	line-height: 1.8!important;
}
.blog_post_body p:last-of-type {
	margin-bottom: 0px;
}
.blog_post_highlight {
	font-size: 18px;
	line-height: 1.66;
	font-weight: 500;
	color: #909090;
	margin-top: 47px;
	margin-bottom: 48px;
}
.blog_post_highlight::before {
	display: block;
	position: absolute;
	top: 0;
	left: -27px;
	width: 5px;
	height: 100%;
	background: #003296;
	content: '';
}
.list-group-item.disabled {
	color: #003296!important;
}
/*********************************
6. Device
*********************************/

.device {
	padding-bottom: 50px;
}
.device_content {
	position: relative;
}
.device_items {
	margin-left: 20px;
	border-left: 1px solid #ededed;
}
.device_item {
	margin-bottom: 30px;
}
.device_item:last-child {
	margin-bottom: 0px;
}
.device_item span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #003296;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	border-radius: 50%;
	float: left;
	margin-left: -20px;
}
.device_item p {
	display: block;
	vertical-align: middle;
	padding-left: 40px;
}
.device_item h5 {
	display: block;
	vertical-align: middle;
	padding-left: 40px;
}
.devices_button {
	margin-top: 60px;
}
.devices_button:hover {
	background: #003296;
}
.devices_button:hover a {
	color: #FFFFFF;
}
.device_image {
	height: 100%;
	padding-left: 21px;
}
.device_image_container {
	width: calc(50vw - 45px);
	padding-top: 300px;
}
.device_image_container img {
	max-width: 100%;
}
.device_image_background {
	position: absolute;
	top: 0;
	left: 21px;
	width: 50vw;
	height: 300px;
	background: #f6f6f6;
}
/*********************************
6.3 Sidebar Tags
*********************************/

.tags_section {
	margin-top: 60px;
}
.tags_container {
	margin-top: 16px;
}
.tag_item {
}
.tag_item a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	color: #FFFFFF;
	padding: 0 20px;
	background: #4a9aff;
	height: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.tag_item a:hover {
	color: #003296;
	background: #ffffff;
}
/******  TIMELINE ******/
.round-ico {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 5px solid #f5f5f5;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #003296;
	-moz-box-shadow: inset 0px 0px 0px 2px #003296;
	box-shadow: inset 0px 0px 0px 2px #003296;
}
.round-ico.little {
	width: 25px;
	height: 25px;
	background: #fff;
	border: 5px solid #eeeef2;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #003296;
	-moz-box-shadow: inset 0px 0px 0px 2px #003296;
	box-shadow: inset 0px 0px 0px 2px #003296;
}
.wrap-timeline {
	position: relative;
}
.wrap-timeline:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	bottom: 110px;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background: #f5f5f5;
}
.wrap-timeline .top-row .time-title {
	text-align: center;
	height: 80px;
	position: relative;
}
.wrap-timeline .top-row .time-title .round-ico {
	position: absolute;
	left: 50%;
	margin-left: -26px;
	top: 0px;
	z-index: 1;
	width: 52px;
	height: 52px;
	line-height: 44px;
}
.wrap-timeline .top-row .time-title .round-ico .icon {
	font-size: 16px;
	text-align: center;
	color: #003296;
}
.wrap-timeline .top-row .time-title .round-ico:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 52px;
	left: 50%;
	top: 42px;
	margin-left: -1px;
	background: #f5f5f5;
}
.wrap-timeline .row {
	position: relative;
}
.wrap-timeline .row > .round-ico.big {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -20px;
	z-index: 1;
}
.wrap-timeline .row > .round-ico.big:after {
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 1px;
	left: 100%;
	top: 13px;
	background: #003296;
}
.wrap-timeline .row > .round-ico.big:before {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	right: -37px;
	top: 10px;
	border-radius: 50%;
	background: #003296;
}
.wrap-timeline .row > .round-ico.little {
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -13px;
	z-index: 1;
}
.wrap-timeline .row > .round-ico.little:after {
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 1px;
	right: 100%;
	top: 6px;
	background: #003296;
}
.wrap-timeline .row > .round-ico.little:before {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	left: -37px;
	top: 3px;
	border-radius: 50%;
	background: #003296;
}
.wrap-timeline .left-row {
	text-align: right;
	margin-bottom: 0px;
}
.wrap-timeline .right-row {
	text-align: left;
	margin-bottom: 0px;
}
.wrap-timeline .right-row .time-item {
	padding-left: 80px;
}
.wrap-timeline .left-row .time-item {
	padding-right: 80px;
}
.wrap-timeline .time-item {
	padding-top: 10px;
}
.wrap-timeline .time-item .date {
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 10px;
	line-height: 17px;
}
.wrap-timeline .time-item .time-image img {
	max-width: 100%;
	margin-bottom: 20px;
	width: auto;
}
.wrap-timeline .time-item .title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
}
.wrap-timeline .time-item p {
	margin: 0;
}
.wrap-timeline .plus {
	padding-bottom: 90px;
}
.wrap-timeline .plus .plus-ico {
	display: block;
	z-index: 1;
	margin: 0 auto;
	position: relative;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 5px solid #eeeef2;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #003296;
	-moz-box-shadow: inset 0px 0px 0px 2px #003296;
	box-shadow: inset 0px 0px 0px 2px #003296;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	padding: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #003296;
}
.wrap-timeline .plus .plus-ico:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 10px;
	left: 50%;
	margin-left: -1px;
	bottom: 100%;
	background: #f5f5f5;
}
.wrap-timeline .plus .plus-ico:hover {
	color: #fff;
	background: #177ee6;
	box-shadow: none;
}
/******  SHIRT ******/
.shirt_updown {
	position: relative;
	top: 0px;
	-webkit-animation: goods 2s infinite linear;
	animation: goods 2s infinite linear
}
@-webkit-keyframes goods {
25% {
top:10px;
}
50% {
top:0px;
}
75% {
top:10px;
}
100% {
top:0px;
}
}

#accordion .card {border:none!important;margin-bottom: 1rem;}
#accordion .card .card-header{border:none!important}
.navs_ico p{margin-bottom: 10px;}

.tmNav-box-item {
    position: absolute;
    top: -140px;
}

/*new right*/
.clear{clear:both;font-size:0px;line-height:0;height:0;}

@font-face {
	font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?qradjf');
    src:url('../fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?qradjf') format('truetype'),
        url('../fonts/icomoon.woff?qradjf') format('woff'),
        url('../fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}
.cndns-right{position:fixed;right:10px;top:60%;margin-top:-100px;z-index:100;display: none;}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#0064c8;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#0064c8;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#0064c8;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#0064c8}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#0064c8;}
.meau-sev .cndns-right-btn{border-color:#ff6600;background:url(../images/02index-banner-8.gif) no-repeat #ff6600 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999;font-style: normal;}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#0064c8;border-color:#0064c8}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:50px;padding-right:15px;display: none;}
.cndns-right-box .box-border{border:1px solid #ededed;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.05);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.05);box-shadow: 0 3px 8px rgba(0,0,0,.05);position:relative;border-radius: 5px;}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:40px;float:left;display:block;line-height:48px;margin-right:10px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#0064c8;font-size:16px;line-height:24px;font-weight: 600;margin-bottom:10px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;font-style: normal;font-weight: 400;}
.cndns-right-box .box-border .sev-t .img-100{width: 100%;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#999;font-size:12px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#666;font-size:14px;padding-left:40px;background:url(../images/q1.gif) no-repeat left 3px;line-height:40px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#0064c8}
.meau-sev .cndns-right-box .box-border{width:350px;}
.meau-contact .cndns-right-box .box-border{width:210px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:160px;text-align:center;}
.meau-code .cndns-right-box .box-border i{display:block;font-size:14px;line-height:16px;font-style: normal;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6600}
.meau-zs .cndns-right-btn{background-color:#0064c8;color:#fff;margin-top:80px;border-color:#0064c8}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}

/*大于等于768的时候，平板+PC*/
@media (min-width: 768px) { 
	.cndns-right{display:block;}
}
